html {
    min-height: 100%;
    position: relative;
}

body {
    margin-top: 70px;
    margin-bottom: 30px;
}

footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #222222;
    color: white;
    margin-right: 0;
    margin-left: 0;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-inner {
    height: calc(100vh - 100px);
}

.carousel-caption {
    padding-bottom:105px;
    font-size: 30px;
    line-height: 1.4;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-image: none;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.carousel-indicators{
    bottom:0px;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

.btn,
.btn-default,
button {
    background-color: #222222;
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

    .btn:hover,
    .btn-default:hover,
    .buttons button:hover, /* For Azure B2C */
    button:hover {
        color: white;
        background-color: #222222;
        border-color: #222222;
    }

    .btn:active,
    .btn-default:active,
    .buttons button:active, /* For Azure B2C */
    .btn:active:focus,
    .btn-default:active:focus,
    button:active {
        color: white;
        background-color: #222222;
        border-color: #222222;
    }

a {
    color: #222222;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #222222;
    }

#SignInWithLogonNameExchange {
    background-color: #222222;
    color: white;
}

#GoogleExchange {
    background-image: url("https://larsen.farm/images/azureb2c/GooglePlus.svg");
    background-color: #D0422A;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-size: 50px;
    color: white;
}

#MicrosoftAccountExchange {
    background-image: url("https://larsen.farm/images/azureb2c/Microsoft.svg");
    background-color: #00A1F1;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-size: 50px;
    color: white;
}

#FacebookExchange {
    background-image: url("https://larsen.farm/images/azureb2c/FacebookColor.svg");
    background-color: #3B5998;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-size: 50px;
    color: white;
}

.accountButton {
    width: 250px;
    border: none;
    height: 46px;
    margin-bottom: 5px;
}

#api ul li {
    display: block;
}

.helpLink {
    display: none;
}

#logonIdentifier,
#password,
#signInName,
#email,
#newPassword,
#reenterPassword,
#displayName,
#givenName,
#surname {
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc;
    border-radius: 2px !important;
    color: #555;
    display: block;
    margin: 10px 0;
    padding: 6px 12px;
    width: 100% !important;
}

#createAccount {
    margin-left: 10px;
}

.error {
    display: none;
}